Cell Properties

Properties

Content 
ContentValidation Specifies if a cell contains a validity check. The value of this attribute is a name found in the name attribute of a ContentValidation. If this attribute is not present, a cell may have arbitrary content.
Currency Contains the currency for a value of a table cell, a text field, or a form property.
Formula Contains the formula for a table cell.
MatrixColumnsSpannedCount Contains the number of columns spanned by a matrix.
MatrixRowsSpannedCount Contains the number of rows spanned by a matrix.
NumberOfRepeatedCells Contains the number of successive columns in which a cell is repeated. It may be used to describe two or more adjoining cells with a single cell element, if they meet the following conditions: - The cells contain the same content and style. - The cells are not merged horizontally or vertically.
SpannedColumnsCount Contains the number of columns that a cell spans.
SpannedRowsCount Contains the number of rows that a cell spans.
Style Contains the style of table cell.
Type Contains the value-type of a table cell, a text field, or a form property.
Value Contains the currency, float or percentage value for a table cell, a text field, or a form property.

See Also